home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / asmflo25.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-06-10  |  3KB  |  65 lines

  1. echo off
  2. cls
  3. echo ┌─────────────────────────────────────────────────────────────────────────────┐
  4. echo │                           ASMFLOW   DEMO                                    │
  5. echo │                                                                             │
  6. echo │    ASMFLOW is an assembly language flow charting and source code            │
  7. echo │   analysis tool for IBM PC assembly language programmers.                   │
  8. echo │                                                                             │
  9. echo │      This demo shows only a few of the features of the program.  You are    │
  10. echo │   encouraged to use ASMFLOW in the menu mode and try the various features.  │
  11. echo │                                                                             │
  12. echo │      To run in the menu mode type:         ASMFLOW                          │
  13. echo │      To run from the command line type:    ASMFLOW/H                        │
  14. echo │                                                                             │
  15. echo │    Note: See the commands at the bottom of this BATCH file for examples.    │
  16. echo │                                                                             │
  17. echo │    Press Control-C to stop the demo                                         │
  18. echo │                                                                             │
  19. echo │                                                                             │
  20. echo │                      Demo run time: about 2 minutes                         │
  21. echo └─────────────────────────────────────────────────────────────────────────────┘
  22. echo 
  23. echo      ┌────────────────────────────────────────────────────────────────┐
  24. echo      │  Demo #1: Flow Charts and Register Usage Analysis              │
  25. echo      └────────────────────────────────────────────────────────────────┘
  26. echo 
  27. pause
  28. cls
  29. asmflow/0/f3/r1/l22 sample
  30. echo 
  31. echo 
  32. echo 
  33. echo 
  34. echo      ┌────────────────────────────────────────────────────────────────┐
  35. echo      │  Demo #2: Call Tree Diagram with stack sizing info             │
  36. echo      └────────────────────────────────────────────────────────────────┘
  37. echo 
  38. pause
  39. cls
  40. asmflow/0/d1/n8/s1/t1/q/l22 sample
  41. echo 
  42. echo 
  43. echo      ┌────────────────────────────────────────────────────────────────┐
  44. echo      │  Demo #3: Call Tree Diagram with CPU timing info and warnings, │
  45. echo      │           Instruction Summary Histogram                        │
  46. echo      └────────────────────────────────────────────────────────────────┘
  47. echo 
  48. pause
  49. cls
  50. asmflow/0/a4/d1/i1/n8/s1/t3/q/l22 sample
  51. echo 
  52. echo 
  53. pause
  54. cls
  55. echo      ┌────────────────────────────────────────────────────────────────┐
  56. echo      │     Thank you for trying the ASMFLOW demonstration             │
  57. echo      │                                                                │
  58. echo      │   ASMFLOW will now be run in the MENU mode, to allow           │
  59. echo      │   you to see how easy it is to setup the features that         │
  60. echo      │   are available.                                               │
  61. echo      │                                                                │
  62. echo      └────────────────────────────────────────────────────────────────┘
  63. pause
  64. asmflow
  65.